1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPOS_CHOICES
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.GroupBox1 = New System.Windows.Forms.GroupBox
26         Me.rbNew = New System.Windows.Forms.RadioButton
27         Me.rbdefect = New System.Windows.Forms.RadioButton
28         Me.cmdSelect = New System.Windows.Forms.Button
29         Me.cmdcancel = New System.Windows.Forms.Button
30         Me.GroupBox1.SuspendLayout()
31         Me.SuspendLayout()
32         
'
33         
'GroupBox1
34         
'
35         Me.GroupBox1.Controls.Add(Me.rbNew)
36         Me.GroupBox1.Controls.Add(Me.rbdefect)
37         Me.GroupBox1.Location = New System.Drawing.Point(
3, 0)
38         Me.GroupBox1.Name =
"GroupBox1"
39         Me.GroupBox1.Size = New System.Drawing.Size(
234, 63)
40         Me.GroupBox1.TabIndex =
0
41         Me.GroupBox1.TabStop = False
42         
'
43         
'rbNew
44         
'
45         Me.rbNew.AutoSize = True
46         Me.rbNew.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
47         Me.rbNew.Location = New System.Drawing.Point(
9, 35)
48         Me.rbNew.Name =
"rbNew"
49         Me.rbNew.Size = New System.Drawing.Size(
210, 17)
50         Me.rbNew.TabIndex =
2
51         Me.rbNew.TabStop = True
52         Me.rbNew.Text =
"As New Addional Current Product"
53         Me.rbNew.UseVisualStyleBackColor = True
54         
'
55         
'rbdefect
56         
'
57         Me.rbdefect.AutoSize = True
58         Me.rbdefect.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
59         Me.rbdefect.Location = New System.Drawing.Point(
9, 12)
60         Me.rbdefect.Name =
"rbdefect"
61         Me.rbdefect.Size = New System.Drawing.Size(
179, 17)
62         Me.rbdefect.TabIndex =
0
63         Me.rbdefect.TabStop = True
64         Me.rbdefect.Text =
"As Defective Stocks Details"
65         Me.rbdefect.UseVisualStyleBackColor = True
66         
'
67         
'cmdSelect
68         
'
69         Me.cmdSelect.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
70         Me.cmdSelect.Location = New System.Drawing.Point(
81, 69)
71         Me.cmdSelect.Name =
"cmdSelect"
72         Me.cmdSelect.Size = New System.Drawing.Size(
75, 27)
73         Me.cmdSelect.TabIndex =
1
74         Me.cmdSelect.Text =
"&Select"
75         Me.cmdSelect.UseVisualStyleBackColor = True
76         
'
77         
'cmdcancel
78         
'
79         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
80         Me.cmdcancel.Location = New System.Drawing.Point(
162, 69)
81         Me.cmdcancel.Name =
"cmdcancel"
82         Me.cmdcancel.Size = New System.Drawing.Size(
75, 27)
83         Me.cmdcancel.TabIndex =
2
84         Me.cmdcancel.Text =
"&Cancel"
85         Me.cmdcancel.UseVisualStyleBackColor = True
86         
'
87         
'FrmPOS_CHOICES
88         
'
89         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
90         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
91         Me.ClientSize = New System.Drawing.Size(
244, 101)
92         Me.Controls.Add(Me.cmdcancel)
93         Me.Controls.Add(Me.cmdSelect)
94         Me.Controls.Add(Me.GroupBox1)
95         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
96         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
97         Me.Name =
"FrmPOS_CHOICES"
98         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
99         Me.Text =
"Choices"
100         Me.GroupBox1.ResumeLayout(False)
101         Me.GroupBox1.PerformLayout()
102         Me.ResumeLayout(False)
103
104     End Sub
105     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
106     Friend WithEvents rbdefect As System.Windows.Forms.RadioButton
107     Friend WithEvents cmdSelect As System.Windows.Forms.Button
108     Friend WithEvents cmdcancel As System.Windows.Forms.Button
109     Friend WithEvents rbNew As System.Windows.Forms.RadioButton
110 End Class


Gõ tìm kiếm nhanh...